Graph 1 bar chart, 1 stacked bar chart, 1 pie chart, and 1 donut

Exercise 1.1_C Charts

## [1] "D:/GitHub/Safarie1103/Bellevue University/Courses/DSC640"
## [1] "D:/GitHub/Safarie1103/Bellevue University/Courses/DSC640/Week1and2"
## # A tibble: 6 × 4
##   Issue           Approve Disapprove  None
##   <chr>             <dbl>      <dbl> <dbl>
## 1 Race Relations       52         38    10
## 2 Education            49         40    11
## 3 Terrorism            48         45     7
## 4 Energy Policy        47         42    11
## 5 Foreign Affairs      44         48     8
## 6 Environment          43         51     6

Bar Chart

Stacked Bar Chart

Pie Chart

Donut Chart